negotiator.repository
Class ProtocolRepItem

java.lang.Object
  extended by negotiator.repository.ProtocolRepItem
All Implemented Interfaces:
java.io.Serializable, RepItem

public class ProtocolRepItem
extends java.lang.Object
implements RepItem

See Also:
Serialized Form

Constructor Summary
ProtocolRepItem()
          description of this agent
ProtocolRepItem(java.lang.String protocolName, java.lang.String classPath, java.lang.String description)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClassPath()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
          Getters and Setters
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolRepItem

public ProtocolRepItem()
description of this agent


ProtocolRepItem

public ProtocolRepItem(java.lang.String protocolName,
                       java.lang.String classPath,
                       java.lang.String description)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getName

public java.lang.String getName()
Getters and Setters

Specified by:
getName in interface RepItem

getClassPath

public java.lang.String getClassPath()

getDescription

public java.lang.String getDescription()